/*页码*/
#yema {
	clear: both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #C6C6C6;/* background-color: #c6c6c6; */
	color: #333;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background-color: #0050A3;
	display: inline-block;
	font-size: 14px;
}
#yema .pages a.pages_btn {
	width: 60px
}
#yema .pages a.pages_num {
	width: 60px
}
/*通用*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.box {
	width: 1280px;
	margin: 0 auto;
}
